Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD - Security Update #245

Merged
merged 2 commits into from
Jun 5, 2024
Merged

CI/CD - Security Update #245

merged 2 commits into from
Jun 5, 2024

Conversation

elliot-huffman
Copy link
Collaborator

All GitHub Actions have had their dependencies updated to the latest versions available. This fixes out of date Node.JS versions that are no longer maintained and are deprecated on the GitHub actions platform.

Screenshot of the deprecated node.js actions versions


Additionally, enabled attestation for NPM Package publishes. Which give you the verified checkmark on the version number and reduces the risk a threat actor could upload their own un-attested version on the repo.

Please see here for how attestation/provenance works:
https://docs.npmjs.com/generating-provenance-statements

Enable GitHub actions attestation of the published package to increase the trust state of the package.
Update deps to use the latest LTS version of node available.
Avoid deprecated Node JS issue with legacy deps and runtime version. These should be good for a few more years since they now run on the latest LTS version.
@elliot-huffman elliot-huffman changed the title Ci/CD - Security Update CI/CD - Security Update Jun 4, 2024
@rhys-vdw
Copy link
Owner

rhys-vdw commented Jun 5, 2024

Nice one, thanks for this.

@rhys-vdw rhys-vdw merged commit aa80a39 into rhys-vdw:master Jun 5, 2024
2 checks passed
@elliot-huffman elliot-huffman deleted the patch-2 branch June 5, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants